home *** CD-ROM | disk | FTP | other *** search
/ The History of Denim / The History of Denim.iso / pc / main.dir / 00009_About Screens.ls < prev    next >
Encoding:
Text File  |  1997-11-14  |  175 b   |  12 lines

  1. on exitFrame
  2.   global MouseMGR
  3.   if MouseMGR = "Main" then
  4.   end if
  5.   if soundBusy(3) then
  6.     nothing()
  7.   else
  8.     puppetSound(3, member "Nike")
  9.   end if
  10.   go(the frame)
  11. end
  12.